Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / OrderingRuleCollection Class / OrderingRuleCollection Constructor / OrderingRuleCollection Constructor(IEnumerable<IOrderingRule>)
In This Topic
    OrderingRuleCollection Constructor(IEnumerable<IOrderingRule>)
    In This Topic
    Initializes a new collection of ordering rules based on an existing collection of ordering rules.
    Syntax
    public OrderingRuleCollection( 
       IEnumerable<IOrderingRule> orderingRules
    )

    Parameters

    orderingRules
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also